github.com/klauspost/compress/zstd.encoder.Reset (method)
6 uses
github.com/klauspost/compress/zstd (current package)
dict.go#L273: enc.Reset(&d, true)
enc_jobs.go#L91: enc.Reset(nil, false)
encoder.go#L40: Reset(d *dict, singleBlock bool)
encoder.go#L148: s.encoder.Reset(e.o.dict, false)
encoder.go#L776: enc.Reset(e.o.dict, true)
encoder.go#L802: enc.Reset(e.o.dict, false)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |